From 4feb544f98d205a3c9e459dac4578e7bd3b011f0 Mon Sep 17 00:00:00 2001 From: Rob Browning Date: Sun, 16 Oct 2016 12:43:06 -0500 Subject: [PATCH] Respect DEB_BUILD_OPTIONS=nocheck Thanks to David Bremner for reporting the issue. --- debian/rules | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/rules b/debian/rules index 26bc66a7d80..cca8fdce9cc 100755 --- a/debian/rules +++ b/debian/rules @@ -362,9 +362,11 @@ override_dh_auto_build: $(autogen_build_files) $(call build_cmd,debian/build-lucid) override_dh_auto_test: + ifneq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) $(MAKE) -C debian/build-lucid check $(MAKE) -C debian/build-nox check $(MAKE) -C debian/build-x check + endif define install_common_binpkg_bits # args: (1) srcdir (2) pkgdir (3) pkgname (4) bin-suffix -- 2.30.2